cat $SOURCEDIR/xancur/xancur14.gz | $BUILDDIR/zcat -d -c | tar xvof -
cd xancur-1.4
test -f $SOURCEDIR/xancur/$machine/xancur. &&( sed -e "s;<installsharedir>;$INSTALLSHAREDIR;" -e "s;<prefix>;$SHAREPREFIX;" -e "s;<installdir>;$INSTALLDIR;" $SOURCEDIR/xancur/$machine/xancur. | patch -b .rtr -p -s )
xmkmf
make Makefiles
if test ${MACHINE} = "ssol2"; then
make CC=gcc
else
make
fi
if test "$RM" != "" ; then make install ; fi
if test "$RM" != "" ; then make install.man ; fi
cd animations
rm terra/Imakefile terra/Makefile
if test "$RM" != "" ; then echo installing ; tar cf - happy2 photon plus pulse terra | ( cd $INSTALLSHAREDIR/${SHAREPREFIX}lib/X11/xancur; tar xvf - ) ; fi
cd $BUILDDIR/xancur
cd $BUILDDIR
if test "$RM" != "" ; then rm -rf $BUILDDIR/xancur ; fi